home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / CaBoom / gst.c < prev    next >
C/C++ Source or Header  |  1995-07-16  |  552b  |  28 lines

  1. // ANSI headers
  2. #include <string.h>
  3. #include <ctype.h>
  4. #include <stdlib.h>
  5.  
  6. // Amiga headers
  7. #include <exec/types.h>
  8. #include <exec/memory.h>
  9. #include <intuition/intuition.h>
  10. #include <dos/dos.h>
  11. #include <workbench/startup.h>
  12. #include <graphics/gfxmacros.h>
  13.  
  14. // Protos
  15. #include <proto/exec.h>
  16. #include <proto/intuition.h>
  17. #include <proto/dos.h>
  18. #include <proto/commodities.h>
  19. #include <proto/icon.h>
  20. #include <proto/utility.h>
  21. #include <proto/graphics.h>
  22. #include <proto/layers.h>
  23. #include <proto/timer.h>
  24.  
  25. // Amiga.lib
  26. #include <clib/alib_protos.h>
  27.  
  28.